home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDEL.C
< prev
Wrap
C/C++ Source or Header
|
1992-05-31
|
343b
|
20 lines
/******************************************************************************
Mandel.c
******************************************************************************/
#include "CMandelApp.h"
void main()
{
CMandelApp *MandelApp;
MandelApp = new CMandelApp;
MandelApp->IMandelApp();
MandelApp->Run();
MandelApp->Exit();
}